Previous Book Contents Book Index Next

Inside Macintosh: Open Transport /
Chapter 6 - Configuration Management / Configuration Management Reference
Constants and Data Types


The Configuration Structure

Open Transport open-provider functions take as a parameter a pointer to a configuration structure that specifies the configuration of a provider. For example, the configuration structure of an endpoint specifies which protocol modules the endpoint uses. The contents of the configuration structure are private. To create a configuration structure and obtain a pointer to it, you call the OTCreateConfiguration function (page 6-27).

The configuration structure is defined by the OTConfiguration data type.

struct OTConfiguration;
typedef struct OTConfiguration OTConfiguration;

Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 AUG 1996